home *** CD-ROM | disk | FTP | other *** search
/ Champak 56 / Volume 56 - JOGO DISK .iso / Games / horseranch_MA.swf / scripts / DefineButton2_438 / BUTTONCONDACTION on(release).as
Text File  |  2008-01-11  |  98b  |  9 lines

  1. on(release){
  2.    wc++;
  3.    if(wc > 6)
  4.    {
  5.       wc = 0;
  6.    }
  7.    warnacelana = warna[wc];
  8. }
  9.